﻿2026-06-23T10:01:25.8537322Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-23T10:01:25.8537705Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-23T10:01:25.8537930Z [36;1m$PIN = "0c95435"[0m
2026-06-23T10:01:25.8538150Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-23T10:01:25.8538412Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-23T10:01:25.8538764Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-23T10:01:25.8539135Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-23T10:01:25.8539431Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-23T10:01:25.8539711Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-23T10:01:25.8540496Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-23T10:01:25.8540768Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-23T10:01:25.8541096Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-23T10:01:25.8541371Z [36;1m}[0m
2026-06-23T10:01:25.8541540Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-23T10:01:25.8541792Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-23T10:01:25.8614369Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-23T10:01:25.8614635Z ##[endgroup]
2026-06-23T10:01:26.7403628Z    Compiling proc-macro2 v1.0.106
2026-06-23T10:01:26.7403956Z    Compiling unicode-ident v1.0.24
2026-06-23T10:01:26.7404204Z    Compiling quote v1.0.45
2026-06-23T10:01:26.7404553Z    Compiling cfg-if v1.0.4
2026-06-23T10:01:26.7404801Z    Compiling serde_core v1.0.228
2026-06-23T10:01:26.7405016Z    Compiling serde v1.0.228
2026-06-23T10:01:26.7405308Z    Compiling windows-link v0.2.1
2026-06-23T10:01:26.7406337Z    Compiling getrandom v0.3.4
2026-06-23T10:01:26.7406717Z    Compiling portable-atomic v1.13.1
2026-06-23T10:01:26.7407041Z    Compiling typenum v1.20.1
2026-06-23T10:01:26.7407374Z    Compiling pin-project-lite v0.2.17
2026-06-23T10:01:26.7407769Z    Compiling version_check v0.9.5
2026-06-23T10:01:26.7408122Z    Compiling memchr v2.8.1
2026-06-23T10:01:26.7408326Z    Compiling find-msvc-tools v0.1.9
2026-06-23T10:01:26.7408581Z    Compiling shlex v2.0.1
2026-06-23T10:01:26.7408878Z    Compiling critical-section v1.2.0
2026-06-23T10:01:26.8197485Z    Compiling windows-sys v0.61.2
2026-06-23T10:01:26.8198274Z    Compiling subtle v2.6.1
2026-06-23T10:01:26.8667523Z    Compiling futures-core v0.3.32
2026-06-23T10:01:26.8728812Z    Compiling equivalent v1.0.2
2026-06-23T10:01:26.8995068Z    Compiling smallvec v1.15.1
2026-06-23T10:01:26.9788726Z    Compiling itoa v1.0.18
2026-06-23T10:01:26.9998044Z    Compiling bytes v1.11.1
2026-06-23T10:01:27.0052859Z    Compiling semver v1.0.28
2026-06-23T10:01:27.0307759Z    Compiling stable_deref_trait v1.2.1
2026-06-23T10:01:27.1058059Z    Compiling log v0.4.32
2026-06-23T10:01:27.1353758Z    Compiling generic-array v0.14.7
2026-06-23T10:01:27.1370778Z    Compiling futures-sink v0.3.32
2026-06-23T10:01:27.1730350Z    Compiling slab v0.4.12
2026-06-23T10:01:27.2627309Z    Compiling rustc_version v0.4.1
2026-06-23T10:01:27.3285917Z    Compiling futures-io v0.3.32
2026-06-23T10:01:27.3323681Z    Compiling futures-channel v0.3.32
2026-06-23T10:01:27.3365410Z    Compiling hashbrown v0.17.1
2026-06-23T10:01:27.5303959Z    Compiling rustversion v1.0.22
2026-06-23T10:01:27.6133366Z    Compiling futures-task v0.3.32
2026-06-23T10:01:27.6700200Z    Compiling getrandom v0.2.17
2026-06-23T10:01:27.6843661Z    Compiling cpufeatures v0.2.17
2026-06-23T10:01:27.7352756Z    Compiling fnv v1.0.7
2026-06-23T10:01:28.0714830Z    Compiling libc v0.2.186
2026-06-23T10:01:28.2063331Z    Compiling strsim v0.11.1
2026-06-23T10:01:28.2341224Z    Compiling rand_core v0.10.1
2026-06-23T10:01:28.4744623Z    Compiling indexmap v2.14.0
2026-06-23T10:01:28.4792176Z    Compiling cfg_aliases v0.2.1
2026-06-23T10:01:28.5609447Z    Compiling autocfg v1.5.1
2026-06-23T10:01:28.5729783Z    Compiling writeable v0.6.3
2026-06-23T10:01:28.6001780Z    Compiling litemap v0.8.2
2026-06-23T10:01:28.6137493Z    Compiling utf8_iter v1.0.4
2026-06-23T10:01:28.9238568Z    Compiling icu_normalizer_data v2.2.0
2026-06-23T10:01:29.0967806Z    Compiling ident_case v1.0.1
2026-06-23T10:01:29.1619055Z    Compiling jobserver v0.1.34
2026-06-23T10:01:29.2064680Z    Compiling icu_properties_data v2.2.0
2026-06-23T10:01:29.2201830Z    Compiling getrandom v0.4.2
2026-06-23T10:01:29.2352403Z    Compiling fs_extra v1.3.0
2026-06-23T10:01:29.2521741Z    Compiling dunce v1.0.5
2026-06-23T10:01:29.2768546Z    Compiling syn v2.0.117
2026-06-23T10:01:29.4416391Z    Compiling cc v1.2.63
2026-06-23T10:01:29.4709041Z    Compiling percent-encoding v2.3.2
2026-06-23T10:01:29.5664299Z    Compiling http v1.4.1
2026-06-23T10:01:29.5767514Z    Compiling cpufeatures v0.3.0
2026-06-23T10:01:29.5979438Z    Compiling thiserror v2.0.18
2026-06-23T10:01:29.6013007Z    Compiling unicode-segmentation v1.13.3
2026-06-23T10:01:29.6585785Z    Compiling crypto-common v0.1.7
2026-06-23T10:01:29.6843840Z    Compiling aws-lc-rs v1.17.0
2026-06-23T10:01:29.7031168Z    Compiling scopeguard v1.2.0
2026-06-23T10:01:29.7695621Z    Compiling lock_api v0.4.14
2026-06-23T10:01:29.7700401Z    Compiling block-buffer v0.10.4
2026-06-23T10:01:29.8283501Z    Compiling chacha20 v0.10.0
2026-06-23T10:01:29.8933222Z    Compiling form_urlencoded v1.2.2
2026-06-23T10:01:29.9106169Z    Compiling bitflags v2.12.1
2026-06-23T10:01:29.9242046Z    Compiling untrusted v0.9.0
2026-06-23T10:01:30.0304472Z    Compiling winapi v0.3.9
2026-06-23T10:01:30.0433487Z    Compiling digest v0.10.7
2026-06-23T10:01:30.0470285Z    Compiling num-traits v0.2.19
2026-06-23T10:01:30.0800544Z    Compiling windows-strings v0.5.1
2026-06-23T10:01:30.1164159Z    Compiling windows-result v0.4.1
2026-06-23T10:01:30.1233887Z    Compiling rustls v0.23.40
2026-06-23T10:01:30.1400142Z    Compiling heck v0.5.0
2026-06-23T10:01:30.1771998Z    Compiling convert_case v0.10.0
2026-06-23T10:01:30.2054362Z    Compiling cmake v0.1.58
2026-06-23T10:01:30.3018668Z    Compiling atomic-waker v1.1.2
2026-06-23T10:01:30.3934511Z    Compiling unicode-xid v0.2.6
2026-06-23T10:01:30.4548590Z    Compiling anyhow v1.0.102
2026-06-23T10:01:30.5084417Z    Compiling const-oid v0.10.2
2026-06-23T10:01:30.5513791Z    Compiling zerocopy v0.8.50
2026-06-23T10:01:30.6845233Z    Compiling parking_lot_core v0.9.12
2026-06-23T10:01:30.8859299Z    Compiling httparse v1.10.1
2026-06-23T10:01:30.9218394Z    Compiling http-body v1.0.1
2026-06-23T10:01:30.9771370Z    Compiling hybrid-array v0.4.12
2026-06-23T10:01:30.9935499Z    Compiling curve25519-dalek v4.1.3
2026-06-23T10:01:31.0625918Z    Compiling rand v0.10.1
2026-06-23T10:01:31.1418741Z    Compiling ahash v0.8.12
2026-06-23T10:01:31.1758784Z    Compiling fastrand v2.4.1
2026-06-23T10:01:31.1939103Z    Compiling either v1.16.0
2026-06-23T10:01:31.3686896Z    Compiling aws-lc-sys v0.41.0
2026-06-23T10:01:31.5289177Z    Compiling ring v0.17.14
2026-06-23T10:01:31.5304020Z    Compiling base64ct v1.8.3
2026-06-23T10:01:31.5605462Z    Compiling powerfmt v0.2.0
2026-06-23T10:01:31.8150503Z    Compiling deranged v0.5.8
2026-06-23T10:01:31.8457471Z    Compiling pem-rfc7468 v1.0.0
2026-06-23T10:01:31.9130223Z    Compiling rand_core v0.6.4
2026-06-23T10:01:31.9270006Z    Compiling base64 v0.22.1
2026-06-23T10:01:31.9829593Z    Compiling vcpkg v0.2.15
2026-06-23T10:01:32.0091705Z    Compiling try-lock v0.2.5
2026-06-23T10:01:32.1491995Z    Compiling time-core v0.1.8
2026-06-23T10:01:32.2399729Z    Compiling data-encoding v2.11.0
2026-06-23T10:01:32.2410115Z    Compiling zmij v1.0.21
2026-06-23T10:01:32.2861961Z    Compiling tinyvec_macros v0.1.1
2026-06-23T10:01:32.2928947Z    Compiling tower-service v0.3.3
2026-06-23T10:01:32.3595008Z    Compiling num-conv v0.2.2
2026-06-23T10:01:32.3832225Z    Compiling pkg-config v0.3.33
2026-06-23T10:01:32.4317065Z    Compiling tinyvec v1.11.0
2026-06-23T10:01:32.4317569Z    Compiling want v0.3.1
2026-06-23T10:01:32.4388393Z    Compiling parking_lot v0.12.5
2026-06-23T10:01:32.4412760Z    Compiling block-buffer v0.12.0
2026-06-23T10:01:32.6071008Z    Compiling crypto-common v0.2.2
2026-06-23T10:01:32.6691500Z    Compiling sha2 v0.10.9
2026-06-23T10:01:32.7673576Z    Compiling vergen-lib v9.1.0
2026-06-23T10:01:32.7863993Z    Compiling inout v0.1.4
2026-06-23T10:01:32.8956275Z    Compiling n0-future v0.3.2
2026-06-23T10:01:32.9271438Z    Compiling signature v2.2.0
2026-06-23T10:01:33.0835051Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-23T10:01:33.0838013Z    Compiling spin v0.10.0
2026-06-23T10:01:33.0986762Z    Compiling httpdate v1.0.3
2026-06-23T10:01:33.0999423Z    Compiling serde_json v1.0.150
2026-06-23T10:01:33.1446448Z    Compiling libsqlite3-sys v0.30.1
2026-06-23T10:01:33.1610375Z    Compiling diatomic-waker v0.2.3
2026-06-23T10:01:33.2560284Z    Compiling synstructure v0.13.2
2026-06-23T10:01:33.2877818Z    Compiling darling_core v0.20.11
2026-06-23T10:01:33.2900434Z    Compiling winnow v1.0.3
2026-06-23T10:01:33.3783834Z    Compiling cordyceps v0.3.4
2026-06-23T10:01:33.4257474Z    Compiling parking v2.2.1
2026-06-23T10:01:33.4265843Z    Compiling crossbeam-utils v0.8.21
2026-06-23T10:01:33.5764048Z    Compiling futures-lite v2.6.1
2026-06-23T10:01:33.6406497Z    Compiling digest v0.11.3
2026-06-23T10:01:33.7207712Z    Compiling socket2 v0.6.4
2026-06-23T10:01:33.7322932Z    Compiling mio v1.2.1
2026-06-23T10:01:33.7806943Z    Compiling futures-buffered v0.2.13
2026-06-23T10:01:33.8776359Z    Compiling ed25519 v2.2.3
2026-06-23T10:01:33.9387305Z    Compiling cipher v0.4.4
2026-06-23T10:01:34.1452495Z    Compiling vergen-lib v0.1.6
2026-06-23T10:01:34.1944389Z    Compiling vergen v9.1.0
2026-06-23T10:01:34.2127868Z    Compiling universal-hash v0.5.1
2026-06-23T10:01:34.2730807Z    Compiling noq-udp v0.10.0
2026-06-23T10:01:34.3498716Z    Compiling heapless v0.7.17
2026-06-23T10:01:34.3773703Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-23T10:01:34.4268033Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-23T10:01:34.4281469Z    Compiling sync_wrapper v1.0.2
2026-06-23T10:01:34.4474002Z    Compiling opaque-debug v0.3.1
2026-06-23T10:01:34.4484590Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-23T10:01:34.5229060Z    Compiling byteorder v1.5.0
2026-06-23T10:01:34.5817957Z    Compiling allocator-api2 v0.2.21
2026-06-23T10:01:34.6128903Z    Compiling polyval v0.6.2
2026-06-23T10:01:34.7704412Z    Compiling hash32 v0.2.1
2026-06-23T10:01:34.8655314Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-23T10:01:34.9816342Z    Compiling spin v0.9.8
2026-06-23T10:01:35.0000421Z    Compiling vergen-gitcl v1.0.8
2026-06-23T10:01:35.0568667Z    Compiling windows-threading v0.2.1
2026-06-23T10:01:35.0581688Z    Compiling ryu v1.0.23
2026-06-23T10:01:35.0798297Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-23T10:01:35.1904263Z    Compiling tower-layer v0.3.3
2026-06-23T10:01:35.2204331Z    Compiling signature v3.0.0
2026-06-23T10:01:35.2526093Z    Compiling fallible-iterator v0.3.0
2026-06-23T10:01:35.2957311Z    Compiling windows-targets v0.52.6
2026-06-23T10:01:35.3547725Z    Compiling ghash v0.5.1
2026-06-23T10:01:35.3795497Z    Compiling ctr v0.9.2
2026-06-23T10:01:35.4256055Z    Compiling aes v0.8.4
2026-06-23T10:01:35.4369571Z    Compiling sha2 v0.11.0-rc.5
2026-06-23T10:01:35.5414291Z    Compiling fs2 v0.4.3
2026-06-23T10:01:35.6477021Z    Compiling proc-macro-crate v3.5.0
2026-06-23T10:01:35.6595839Z    Compiling time v0.3.47
2026-06-23T10:01:35.6620089Z    Compiling http-body-util v0.1.3
2026-06-23T10:01:35.7686121Z    Compiling aead v0.5.2
2026-06-23T10:01:35.8214215Z    Compiling serde_derive v1.0.228
2026-06-23T10:01:35.9219419Z    Compiling zeroize_derive v1.4.3
2026-06-23T10:01:35.9294149Z    Compiling zerofrom-derive v0.1.7
2026-06-23T10:01:35.9386326Z    Compiling tokio-macros v2.7.0
2026-06-23T10:01:36.0666188Z    Compiling yoke-derive v0.8.2
2026-06-23T10:01:36.1614898Z    Compiling futures-macro v0.3.32
2026-06-23T10:01:36.1726009Z    Compiling zerovec-derive v0.11.3
2026-06-23T10:01:36.2111608Z    Compiling displaydoc v0.2.6
2026-06-23T10:01:36.2630365Z    Compiling tracing-attributes v0.1.31
2026-06-23T10:01:36.3143979Z    Compiling thiserror-impl v2.0.18
2026-06-23T10:01:36.4185960Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-23T10:01:36.6287550Z    Compiling zeroize v1.8.2
2026-06-23T10:01:36.7836098Z    Compiling darling_macro v0.20.11
2026-06-23T10:01:36.8155939Z    Compiling tokio v1.52.3
2026-06-23T10:01:36.9306218Z    Compiling rustls-pki-types v1.14.1
2026-06-23T10:01:36.9942501Z    Compiling derive_more-impl v2.1.1
2026-06-23T10:01:37.1338154Z    Compiling n0-error-macros v0.1.3
2026-06-23T10:01:37.1356875Z    Compiling futures-util v0.3.32
2026-06-23T10:01:37.2701808Z    Compiling darling v0.20.11
2026-06-23T10:01:37.3247455Z    Compiling windows-implement v0.60.2
2026-06-23T10:01:37.5354176Z    Compiling zerofrom v0.1.8
2026-06-23T10:01:37.5457113Z    Compiling derive_builder_core v0.20.2
2026-06-23T10:01:37.5683642Z    Compiling spez v0.1.2
2026-06-23T10:01:37.5759240Z    Compiling windows-interface v0.59.3
2026-06-23T10:01:37.7821453Z    Compiling der v0.8.0-rc.10
2026-06-23T10:01:37.8921321Z    Compiling yoke v0.8.3
2026-06-23T10:01:38.0704830Z    Compiling pin-project-internal v1.1.13
2026-06-23T10:01:38.1717631Z    Compiling n0-error v0.1.3
2026-06-23T10:01:38.2070572Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-23T10:01:38.2811533Z    Compiling zerovec v0.11.6
2026-06-23T10:01:38.2814868Z    Compiling zerotrie v0.2.4
2026-06-23T10:01:38.3891030Z    Compiling cobs v0.3.0
2026-06-23T10:01:38.6405257Z    Compiling postcard-derive v0.2.2
2026-06-23T10:01:38.7093528Z    Compiling derive_builder_macro v0.20.2
2026-06-23T10:01:38.7401355Z    Compiling ed25519-dalek v2.2.0
2026-06-23T10:01:38.8065794Z    Compiling widestring v1.2.1
2026-06-23T10:01:38.9428367Z    Compiling tinystr v0.8.3
2026-06-23T10:01:39.0771432Z    Compiling potential_utf v0.1.5
2026-06-23T10:01:39.1834104Z    Compiling icu_locale_core v2.2.0
2026-06-23T10:01:39.2515880Z    Compiling icu_collections v2.2.0
2026-06-23T10:01:39.3342992Z    Compiling windows-core v0.62.2
2026-06-23T10:01:39.3408295Z    Compiling spki v0.8.0-rc.4
2026-06-23T10:01:39.3753456Z    Compiling derive_builder v0.20.2
2026-06-23T10:01:39.4242711Z    Compiling spt-proto v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-23T10:01:39.4836909Z    Compiling pin-project v1.1.13
2026-06-23T10:01:39.5315561Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-23T10:01:39.7014236Z    Compiling ipconfig v0.3.4
2026-06-23T10:01:39.7938794Z    Compiling data-encoding-macro v0.1.20
2026-06-23T10:01:39.7993543Z    Compiling num_enum_derive v0.7.6
2026-06-23T10:01:39.9701046Z    Compiling futures-executor v0.3.32
2026-06-23T10:01:40.0116278Z    Compiling icu_provider v2.2.0
2026-06-23T10:01:40.0478576Z    Compiling windows-numerics v0.3.1
2026-06-23T10:01:40.0569630Z    Compiling windows-future v0.3.2
2026-06-23T10:01:40.1168803Z    Compiling futures v0.3.32
2026-06-23T10:01:40.2383079Z    Compiling windows-collections v0.3.2
2026-06-23T10:01:40.2903236Z    Compiling icu_normalizer v2.2.0
2026-06-23T10:01:40.3106886Z    Compiling icu_properties v2.2.0
2026-06-23T10:01:40.3247865Z    Compiling ipnet v2.12.0
2026-06-23T10:01:40.4425691Z    Compiling ed25519 v3.0.0-rc.4
2026-06-23T10:01:40.6365465Z    Compiling prefix-trie v0.8.4
2026-06-23T10:01:40.7743371Z    Compiling once_cell v1.21.4
2026-06-23T10:01:40.7959369Z    Compiling windows v0.62.2
2026-06-23T10:01:40.8140245Z    Compiling chrono v0.4.45
2026-06-23T10:01:40.8994610Z    Compiling aes-gcm v0.10.3
2026-06-23T10:01:40.9324378Z    Compiling iroh-metrics-derive v0.4.1
2026-06-23T10:01:40.9730269Z    Compiling tracing-core v0.1.36
2026-06-23T10:01:41.0500048Z    Compiling postcard v1.1.3
2026-06-23T10:01:41.0752568Z    Compiling async-trait v0.1.89
2026-06-23T10:01:41.1289767Z    Compiling tokio-util v0.7.18
2026-06-23T10:01:41.1792611Z    Compiling tower v0.5.3
2026-06-23T10:01:41.1976932Z    Compiling derive_more v2.1.1
2026-06-23T10:01:41.3061830Z    Compiling hashbrown v0.14.5
2026-06-23T10:01:41.3193155Z    Compiling enum-assoc v1.3.0
2026-06-23T10:01:41.5083914Z    Compiling tracing v0.1.44
2026-06-23T10:01:41.5680774Z    Compiling idna_adapter v1.2.2
2026-06-23T10:01:41.5932267Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-23T10:01:41.7316092Z    Compiling idna v1.1.0
2026-06-23T10:01:41.7462830Z    Compiling strum_macros v0.28.0
2026-06-23T10:01:41.7797580Z    Compiling crossbeam-epoch v0.9.18
2026-06-23T10:01:41.8619223Z    Compiling h2 v0.4.14
2026-06-23T10:01:41.9861576Z    Compiling hashlink v0.9.1
2026-06-23T10:01:42.1120867Z    Compiling url v2.5.8
2026-06-23T10:01:42.1735771Z    Compiling crossbeam-channel v0.5.15
2026-06-23T10:01:42.1887224Z    Compiling windows-sys v0.59.0
2026-06-23T10:01:42.1981862Z    Compiling blake3 v1.8.5
2026-06-23T10:01:42.2064004Z    Compiling uuid v1.23.2
2026-06-23T10:01:42.3340601Z    Compiling rusqlite v0.32.1
2026-06-23T10:01:42.3371107Z    Compiling windows-registry v0.6.1
2026-06-23T10:01:42.5158587Z    Compiling memoffset v0.6.5
2026-06-23T10:01:42.6539190Z    Compiling noq v0.18.0
2026-06-23T10:01:42.6916695Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-23T10:01:42.7637795Z    Compiling netwatch v0.16.0
2026-06-23T10:01:42.8010388Z    Compiling acto v0.8.2
2026-06-23T10:01:42.8150745Z    Compiling mac-addr v0.3.0
2026-06-23T10:01:42.8239271Z    Compiling tagptr v0.2.0
2026-06-23T10:01:42.9954576Z    Compiling xml-rs v0.8.28
2026-06-23T10:01:42.9990490Z    Compiling lru-slab v0.1.2
2026-06-23T10:01:43.0312382Z    Compiling foldhash v0.2.0
2026-06-23T10:01:43.0379401Z    Compiling ref-cast v1.0.25
2026-06-23T10:01:43.0411925Z    Compiling identity-hash v0.1.0
2026-06-23T10:01:43.1054044Z    Compiling thiserror v1.0.69
2026-06-23T10:01:43.1145976Z    Compiling rustc-hash v2.1.2
2026-06-23T10:01:43.1503916Z    Compiling sorted-index-buffer v0.2.1
2026-06-23T10:01:43.1618347Z    Compiling hashbrown v0.16.1
2026-06-23T10:01:43.2389369Z    Compiling spt-store v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-23T10:01:43.4570445Z    Compiling moka v0.12.15
2026-06-23T10:01:43.4990467Z    Compiling netdev v0.42.0
2026-06-23T10:01:43.5667376Z    Compiling xmltree v0.10.3
2026-06-23T10:01:43.8462056Z    Compiling attohttpc v0.30.1
2026-06-23T10:01:43.8696584Z    Compiling iroh-base v0.98.0
2026-06-23T10:01:43.8861319Z    Compiling tower-http v0.6.11
2026-06-23T10:01:44.3060631Z    Compiling n0-watcher v0.6.1
2026-06-23T10:01:44.3810926Z    Compiling tokio-stream v0.1.18
2026-06-23T10:01:44.4296915Z    Compiling iroh-metrics v0.38.3
2026-06-23T10:01:44.4612852Z    Compiling num_enum v0.7.6
2026-06-23T10:01:44.5620746Z    Compiling iroh-relay v0.98.0
2026-06-23T10:01:44.5621238Z    Compiling serde_spanned v0.6.9
2026-06-23T10:01:44.5749938Z    Compiling toml_datetime v0.6.11
2026-06-23T10:01:44.5905457Z    Compiling thiserror-impl v1.0.69
2026-06-23T10:01:44.6979562Z    Compiling ref-cast-impl v1.0.25
2026-06-23T10:01:44.7281916Z    Compiling strum v0.28.0
2026-06-23T10:01:44.7679903Z    Compiling serde_derive_internals v0.29.1
2026-06-23T10:01:44.9018908Z    Compiling simple-dns v0.9.3
2026-06-23T10:01:44.9400020Z    Compiling serial-core v0.4.0
2026-06-23T10:01:45.0810471Z    Compiling aho-corasick v1.1.4
2026-06-23T10:01:45.1191806Z    Compiling smol_str v0.1.24
2026-06-23T10:01:45.2834018Z    Compiling spt-msg v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-23T10:01:45.3370529Z    Compiling arrayref v0.3.9
2026-06-23T10:01:45.4127652Z    Compiling regex-syntax v0.8.10
2026-06-23T10:01:45.4391103Z    Compiling simdutf8 v0.1.5
2026-06-23T10:01:45.4718081Z    Compiling constant_time_eq v0.4.2
2026-06-23T10:01:45.7335675Z    Compiling hyper v1.10.1
2026-06-23T10:01:45.7391043Z    Compiling arrayvec v0.7.6
2026-06-23T10:01:45.7642030Z    Compiling sha1_smol v1.0.1
2026-06-23T10:01:45.8531408Z    Compiling toml_write v0.1.2
2026-06-23T10:01:45.9271828Z    Compiling winreg v0.10.1
2026-06-23T10:01:45.9941650Z    Compiling resolv-conf v0.7.6
2026-06-23T10:01:46.0096003Z    Compiling winnow v0.7.15
2026-06-23T10:01:46.0524472Z    Compiling schemars_derive v1.2.1
2026-06-23T10:01:46.2724486Z    Compiling iroh-dns v0.98.0
2026-06-23T10:01:46.5629333Z    Compiling serial-windows v0.4.0
2026-06-23T10:01:46.9391587Z    Compiling lru v0.16.4
2026-06-23T10:01:46.9556766Z    Compiling webpki-roots v1.0.7
2026-06-23T10:01:46.9683986Z    Compiling seize v0.5.1
2026-06-23T10:01:47.0643921Z    Compiling hyper-util v0.1.20
2026-06-23T10:01:47.1044908Z    Compiling darling_core v0.23.0
2026-06-23T10:01:47.1729717Z    Compiling serde_bytes v0.11.19
2026-06-23T10:01:47.2583888Z    Compiling regex-automata v0.4.14
2026-06-23T10:01:47.4390132Z    Compiling hmac v0.12.1
2026-06-23T10:01:47.4617578Z    Compiling iroh v0.98.2
2026-06-23T10:01:47.5303786Z    Compiling utf8parse v0.2.2
2026-06-23T10:01:47.6009615Z    Compiling dyn-clone v1.0.20
2026-06-23T10:01:47.6766661Z    Compiling cmov v0.5.4
2026-06-23T10:01:47.7838456Z    Compiling toml_edit v0.22.27
2026-06-23T10:01:47.8210383Z    Compiling lazy_static v1.5.0
2026-06-23T10:01:47.9525974Z    Compiling anstyle v1.0.14
2026-06-23T10:01:47.9538005Z    Compiling pin-utils v0.1.0
2026-06-23T10:01:47.9539042Z    Compiling once_cell_polyfill v1.70.2
2026-06-23T10:01:48.0383648Z    Compiling bitflags v1.3.2
2026-06-23T10:01:48.0608812Z    Compiling schemars v1.2.1
2026-06-23T10:01:48.0663141Z    Compiling ctutils v0.4.2
2026-06-23T10:01:48.0687463Z    Compiling shared_library v0.1.9
2026-06-23T10:01:48.1108486Z    Compiling nix v0.25.1
2026-06-23T10:01:48.1522253Z    Compiling anstyle-wincon v3.0.11
2026-06-23T10:01:48.2441644Z    Compiling anstyle-parse v1.0.0
2026-06-23T10:01:48.3220428Z    Compiling hkdf v0.12.4
2026-06-23T10:01:48.3230765Z    Compiling papaya v0.2.4
2026-06-23T10:01:48.3563519Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-23T10:01:48.4003367Z    Compiling igd-next v0.17.1
2026-06-23T10:01:48.4702686Z    Compiling serial v0.4.0
2026-06-23T10:01:48.5044845Z    Compiling filedescriptor v0.8.3
2026-06-23T10:01:48.5220623Z    Compiling backon v1.6.0
2026-06-23T10:01:48.6266257Z    Compiling anstyle-query v1.1.5
2026-06-23T10:01:48.8093220Z    Compiling instability v0.3.12
2026-06-23T10:01:48.8105179Z    Compiling foldhash v0.1.5
2026-06-23T10:01:48.8420665Z    Compiling paste v1.0.15
2026-06-23T10:01:48.8480638Z    Compiling colorchoice v1.0.5
2026-06-23T10:01:48.9983537Z    Compiling shell-words v1.1.1
2026-06-23T10:01:49.0462182Z    Compiling is_terminal_polyfill v1.70.2
2026-06-23T10:01:49.1172096Z    Compiling downcast-rs v1.2.1
2026-06-23T10:01:49.2180821Z    Compiling portable-pty v0.8.1
2026-06-23T10:01:49.2515701Z    Compiling regex v1.12.3
2026-06-23T10:01:49.2525866Z    Compiling anstream v1.0.0
2026-06-23T10:01:49.2629139Z    Compiling hashbrown v0.15.5
2026-06-23T10:01:49.3097574Z    Compiling spake2 v0.4.0
2026-06-23T10:01:49.5368349Z    Compiling strum_macros v0.26.4
2026-06-23T10:01:49.5738911Z    Compiling terminal_size v0.4.4
2026-06-23T10:01:49.7048788Z    Compiling toml v0.8.23
2026-06-23T10:01:49.7277309Z    Compiling crossterm_winapi v0.9.1
2026-06-23T10:01:49.7443845Z    Compiling itertools v0.13.0
2026-06-23T10:01:49.8836404Z    Compiling sha1 v0.10.6
2026-06-23T10:01:49.9145469Z    Compiling castaway v0.2.4
2026-06-23T10:01:50.0675199Z    Compiling recvmsg v1.0.0
2026-06-23T10:01:50.1646764Z    Compiling spt-runtime v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-23T10:01:50.1889952Z    Compiling unicode-width v0.1.14
2026-06-23T10:01:50.4301519Z    Compiling wmi v0.18.4
2026-06-23T10:01:50.4302055Z    Compiling darling_macro v0.23.0
2026-06-23T10:01:50.4938806Z    Compiling clap_lex v1.1.0
2026-06-23T10:01:50.6396444Z    Compiling static_assertions v1.1.0
2026-06-23T10:01:50.6959585Z    Compiling indoc v2.0.7
2026-06-23T10:01:50.6969201Z    Compiling doctest-file v1.1.1
2026-06-23T10:01:50.7915197Z    Compiling compact_str v0.8.2
2026-06-23T10:01:50.8548448Z    Compiling clap_builder v4.6.0
2026-06-23T10:01:50.8855401Z    Compiling darling v0.23.0
2026-06-23T10:01:51.2203718Z    Compiling interprocess v2.4.2
2026-06-23T10:01:51.2785879Z    Compiling unicode-truncate v1.1.0
2026-06-23T10:01:51.4721214Z    Compiling crossterm v0.28.1
2026-06-23T10:01:51.6465488Z    Compiling strum v0.26.3
2026-06-23T10:01:51.7183893Z    Compiling lru v0.12.5
2026-06-23T10:01:51.8646848Z    Compiling spt-term v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-23T10:01:51.9925032Z    Compiling clap_derive v4.6.1
2026-06-23T10:01:52.5357806Z    Compiling portmapper v0.16.0
2026-06-23T10:01:52.6109535Z    Compiling spt-live v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-23T10:01:52.6441704Z    Compiling error-code v3.3.2
2026-06-23T10:01:52.6943080Z    Compiling unicode-width v0.2.0
2026-06-23T10:01:52.8631685Z    Compiling cassowary v0.3.0
2026-06-23T10:01:53.0036574Z    Compiling clipboard-win v5.4.1
2026-06-23T10:01:53.0582609Z    Compiling nucleo-matcher v0.3.1
2026-06-23T10:01:53.2814030Z    Compiling ratatui v0.29.0
2026-06-23T10:01:53.5212303Z    Compiling qrcode v0.14.1
2026-06-23T10:01:53.6953862Z    Compiling tempfile v3.27.0
2026-06-23T10:01:54.2315024Z    Compiling clap v4.6.1
2026-06-23T10:02:06.2626767Z    Compiling rustls-webpki v0.103.13
2026-06-23T10:02:08.7050285Z    Compiling tokio-rustls v0.26.4
2026-06-23T10:02:08.7050638Z    Compiling rustls-platform-verifier v0.7.0
2026-06-23T10:02:08.7050951Z    Compiling noq-proto v0.17.0
2026-06-23T10:02:08.8549630Z    Compiling hickory-net v0.26.0-beta.4
2026-06-23T10:02:08.8550144Z    Compiling hyper-rustls v0.27.9
2026-06-23T10:02:08.8550523Z    Compiling tokio-websockets v0.13.2
2026-06-23T10:02:08.9959015Z    Compiling reqwest v0.13.4
2026-06-23T10:02:09.9615949Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-23T10:02:26.3116653Z    Compiling spt-net v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-23T10:02:27.6449915Z    Compiling spt-daemon v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-23T10:02:36.2451763Z    Compiling spt v0.14.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-23T10:02:43.2733212Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
2026-06-23T10:02:43.2946252Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-fa8cbee7215f5fa6.exe)
2026-06-23T10:02:43.3370788Z 
2026-06-23T10:02:43.3371190Z running 1 test
2026-06-23T10:02:50.6042822Z test new_brain_serves_against_old_broker ... ok
2026-06-23T10:02:50.6043051Z 
2026-06-23T10:02:50.6043372Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.27s
2026-06-23T10:02:50.6043660Z 
